NatureStatAffectSets

@Serializable
data class NatureStatAffectSets(val increase: List<Handle.Named<Nature>>, val decrease: List<Handle.Named<Nature>>)(source)

A set of natures that affect a stat and how they affect it. See: https://pokeapi.co/docs/v2#naturestataffectsets

Parameters

increase

Natures that increase the stat.

decrease

Natures that decrease the stat.

Constructors

Link copied to clipboard
constructor(increase: List<Handle.Named<Nature>>, decrease: List<Handle.Named<Nature>>)

Properties

Link copied to clipboard
Link copied to clipboard